home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Safarir 3
/
SafTV-CD3.iso
/
pc
/
Bonus
/
Dessins Animés
/
static
/
jeux
/
tetris.swf
/
scripts
/
frame_11
/
DoAction.as
Wrap
Text File
|
2001-11-21
|
949b
|
55 lines
n = "0";
while(n < "4")
{
n += "1";
tellTarget("bn" add eval("x" add tn add "1" add n) add eval("y" add tn add "1" add n))
{
gotoAndStop(1);
}
}
tn = random("7") + "1";
ny = "0";
line = "0";
while(ny < "20")
{
ny += "1";
nx = "0";
while(nx < "10")
{
nx += "1";
set("c" add (nx + "20") add (ny + "20"),"0");
tellTarget("b" add (nx + "20") add (ny + "20"))
{
gotoAndStop(1);
}
}
}
n = "0";
while(n < "7")
{
n += "1";
tellTarget("c" add n)
{
gotoAndStop(1);
}
}
ny = high * "2";
while("0" < ny)
{
nx = "0";
while(nx < "10")
{
nx += "1";
if(random("2") == "1")
{
set("c" add (nx + "20") add ("41" - ny),"1");
tellTarget("b" add (nx + "20") add ("41" - ny))
{
gotoAndStop(eval("/:lev") + "1");
}
}
}
ny -= "1";
}
sc = "0";